home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Utilities / Security - care / Encrypt / MacPGP 2.2 / config.txt < prev    next >
Text File  |  1993-03-13  |  4KB  |  103 lines

  1. # Sample config.txt file for PGP 2.2.  
  2. # Blank lines are ignored, as is anything following a '#'.
  3. # Keywords are not case-sensitive.  
  4.  
  5. # MyName is substring of default user ID for secret key to make signatures.
  6. # If not set, PGP will use the first key on your secret keyring (the last
  7. # key you created) if you don't specify the user with -u
  8. # MyName = "Bullwinkel"
  9.  
  10. # The language we will be using for displaying messages to the user.  
  11. # (Only English supported by MacPGP 2.2)
  12. # Available languages:
  13. #   en = English (default), es = Spanish, fr = French, 
  14. #   de = German, nl = Dutch, it = Italian, esp = Esperanto,
  15. #   lv = Latvian, lt3 = Lithuanian, sv = Swedish, ru = Russian
  16. #
  17. # Languages not yet available:
  18. #   fi = Finnish, hu = Hungarian, no = Norwegian, pt = Portugese,
  19. #   pt - Portugese, da = Danish, is = Icelandic,
  20. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  21. #   el = Greek, tr = Turkish, ja = Japanese
  22. #
  23. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  24. # Representation of Names of Languages"
  25. Language = en
  26.  
  27. # Character set for displaying messages and for conversion of text files.
  28. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  29. # character set conversions if TextMode = on or if you specify the -t
  30. # option when encrypting or signing a file.
  31. # (Not supported in MacPGP 2.2)
  32. # Available character sets:
  33. #   latin1, cp850, alt_codes, koi8, ascii
  34. #
  35. # For MSDOS with a standard character set you should use cp850 to get
  36. # correct character translations.  Russian character sets for MSDOS are
  37. # usually alt_codes.
  38. #
  39. # The default for CharSet is "noconv" which means no character conversion.
  40. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  41. #
  42. # CharSet = cp850
  43.  
  44. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  45. # TMP = "e:\"     # Can be overridden by environment variable TMP
  46. # (Not supported in MacPGP 2.2)
  47. # Pager is the file viewing program used for viewing messages with -m
  48. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  49. # in config.txt will override the environment variable PAGER.
  50. # (Not supported in MacPGP 2.2)
  51. # Pager = "list"
  52.  
  53.  
  54. # ArmorLines is the maximum number of lines per packet when creating a
  55. # transport armored file.  Set to 0 to disable splitting in parts.
  56. Armorlines = 720
  57.  
  58. # Uncomment any of the following to do as the comment says instead of
  59. # the default.
  60.  
  61. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  62. # TextMode = on       # Attempt to use -t option where applicable
  63. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  64. # verbose = 2         # verbose diagnostic messages
  65. # verbose = 0         # turn off all non-essential output
  66. # compress = off      # off means suppress compression to aid debugging
  67. # showpass = on       # Echo password when user types it
  68. # interactive = on    # Prompt before adding each key to pubring.pgp
  69.  
  70. # File_Types = on     # Display only relevant file types in dialogs
  71.                       # (MacPGP 2.2 only)
  72.  
  73. # Multiple_Recipients = on  # Turns off warning alert about incompatibility
  74.                             # of multiple recipients with earlier PGP versions
  75.                             # (MacPGP 2.2 only)
  76.  
  77. # BakRing is the path to a backup copy of your secret keyring, usually
  78. # on floppy disk.  Your secret keys will be compared with the backup copy
  79. # when doing a keyring check (pgp -kc)
  80. # (Not supported in MacPGP 2.2)
  81. # BakRing = "a:\secring.pgp"
  82.  
  83. # Number of completely trusted signatures needed to make a key valid.
  84. Completes_Needed = 1
  85.  
  86. # Number of marginally trusted signatures needed to make a key valid.
  87. Marginals_Needed = 2
  88.  
  89. # How many levels of introducers may introduce other introducers.
  90. Cert_Depth = 4
  91.  
  92.  
  93. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  94. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  95. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  96. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  97. # However, if your MSDOS environmental variable TZ is properly defined 
  98. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  99. # shouldn't need to worry about setting TZFix.
  100. # (MacPGP 2.2 users should use the Map Control Panel to set their timezone.)
  101. # TZFix = 0
  102.